home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_b / picloa.doc < prev    next >
Text File  |  1995-04-22  |  4KB  |  71 lines

  1. B/GRAPH 
  2. CUSTOM SCREEN DUMPS 
  3. B/GRAPH has a very versatile built in printer dump capability that supports 
  4. most of the popular graphics printers on the market. Nevertheless, there 
  5. are new printers being introduced almost every week, and some of these 
  6. may not be compatible with our screen dump routine. Also, some users may 
  7. find that they have need for printouts of different sizes, shading or other 
  8. parameters. 
  9.   
  10. We have therefore created a BASIC program named PICLOAD. This program 
  11. may be freely copied and does not require any other B/GRAPH program to 
  12. load it. In fact, you may distribute it to anyone whom you wish to provide 
  13. with B/GRAPH Images, who doesn't own the B/GRAPH program and thus would 
  14. otherwise be unable to view them. 
  15. Simply boot (turn on) your computer with a disk installed that contains 
  16. DOS and with the BASIC cartridge installed (on non-XL machines). Now insert 
  17. the disk containing PICLOAD and type... 
  18.   
  19. RUN "D:PICLOAD" 
  20.   
  21. You will be presented with a menu containing the following choices..... 
  22.   
  23. Load a B/GRAPH Image. 
  24.   
  25. Display a Standard Image. (Load) 
  26.   
  27. Redisplay a Current Image. 
  28.   
  29. Save a B/GRAPH Image. 
  30.   
  31. Image in Standard Form. (Save) 
  32.   
  33. Exit to BASIC. 
  34.   
  35.   
  36. To use this program as a means of displaying B/GRAPH Images, use the  
  37. L function. As with all B/GRAPH programs,  OPTION will always redisplay the main 
  38. menu. You may then Redisplay an already loaded Image with the R function. 
  39. The main purpose of this program though is to allow you to use custom 
  40. or commercial screen dump routines with B/GRAPH Images. This may be done 
  41. in several ways. The first is, if the special printer dump program is in 
  42. machine language (such as The APX Screen Dump Utility), you can first load 
  43. it, do the appropriate Pokes as detailed in the instructions, for scaling 
  44. and setting other parameters, then just RUN"D:PICLOAD". The printer 
  45. dump would then be executed with whatever command is specified (CTRL-P 
  46. in the case of the APX program). 
  47. Many printer dump utilities though, such as COLOR PRINT from Datasoft, 
  48. by Courtney Godin, first require that the screen Image that you wish to 
  49. print out be in a standard compatable form. Regular B/GRAPH Images are 
  50. not in such form and therefore can not be properly loaded and printed out. 
  51. The reason for this is that when we designed our Imaging routine we decided 
  52. that it was important that all of the screen colors be set before the Image 
  53. was displayed. Most other programs first save the screen data and THEN 
  54. the color information. The end result is the same but we find having the 
  55. colors set first to be more elegant. 
  56. The solution then is simple, Load a B/GRAPH Image and then use the Image 
  57. function to save it back to disk in Standard form. You can now boot your 
  58. favourite printer dump program and the file saved with the  function can 
  59. be loaded normally. 
  60. Finally we also provide in PICLOAD.BAS the D and S functions so that you 
  61. can take any Standard Graphics 8 Image file and convert it into B/GRAPH 
  62. compatable form, possably so that you can use our Custom Labeling module, 
  63. or to mix that Image with a B/GRAPH Slide Show sequence. 
  64. One final note: the program Graphics Master, from Datasoft, by Courtney 
  65. Godin is a superior program that we have found very useful in enhancing 
  66. B/GRAPH Images. To use this program, Load a B/GRAPH Image, Image it in Standard 
  67. form; use Graphics Master; Save from Graphics Master; Display with PICLOAD 
  68. then use the Save command to resave back in B/GRAPH Image form. A bit 
  69. of work, but worthwhile. 
  70.   
  71.